.box-news {
    height: 320px;
    float: left;
    width: 100%;
    clear: both;
}

.box-news .news-top {
    height: 100%;
    width: 555px;
    float: left;
}

.box-news .news-top img {
    width: 100%;
    height: 100%;
}

.box-news .news-rec {
    height: 100%;
    width: 530px;
    margin-right: 30px;
    float: right;
}

.box-news .news-rec li {
    height: 59px;
    border-bottom: 1px dashed #959595;
    font-size: 16px;
    color: #959595;
    padding-top: 20px;
}

.box-news .news-rec li a {
    font-size: 21px;
    color: #000;
}

.box-news .news-rec li p.intro {
    display: inline-block;
    width: 530px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro-wrap {
    width: 100%;
    height: 180px;
    position: relative;
    float: left;
    clear: both;
}

.wrap a.a-left {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 45px;
    height: 45px;
    display: block;
    background: url('/apps/home/view/web/images/icon-left.png') no-repeat center;
}

.wrap a.a-right {
    position: absolute;
    right: 0px;
    top: 60px;
    width: 45px;
    height: 45px;
    display: block;
    background: url('/apps/home/view/web/images/icon-right.png') no-repeat center;
}

.pro-list {
    width: 1040px;
    height: 190px;
    margin-left: 60px;
    float: left;
    clear: both;
    overflow: hidden;
    position: relative;
}

.pro-list ul {
    position: absolute;
    top: 0px;
}

.pro-list li {
    width: 180px;
    height: 100px;
    padding: 45px 14px;
    float: left;
}

.pro-list li .img {
    width: 100%;
    height: 70px;
    clear: both;
    float: left;
}

.pro-list li .title {
    line-height: 30px;
    text-align: center;
}

.case-list ul {
    float: left;
    width: 100%;
}

.case-list li {
    width: 180px;
    height: 220px;
    margin-right: 65px;
    float: left;
    background: #fff;
    margin-top: 15px;
}

.case-list li.li0 {
    margin-right: 0px;
}

.case-list li .img {
    width: 100%;
    height: 180px;
    clear: both;
    float: left;
}

.case-list li .title {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #B98B2D;
}

.footer-link {
    width: 600px;
    float: left;
    font-size: 16px;
    border-top: 1px solid #adadad;
    padding-top: 25px;
    min-height: 110px;
}

.footer-link .link-title {
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin-top: -27px;
    padding-top: 25px;
    border-top: 2px solid #6C0D64;
}

.footer-link a {
    color: #ACACAC;
    padding-left: 10px;
}

.footer-qrcode {
    width: 500px;
    float: right;
    text-align: center;
}

.footer-qrcode li {
    width: 100px;
    height: 130px;
    line-height: 30px;
    color: #000;
    float: left;
    margin-left: 25px;
}

.footer-qrcode li img {
    width: 100px;
    height: 100px;
}
.box-title{
        border-bottom: 1px solid #959595;
}
.box-title a.more{
    float: right;
    display: inline-block;
    color: #959595;
    font-size: 14px;
    font-weight: normal;
}
